home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 01240_Script_13DContinue Script < prev    next >
Text File  |  1995-05-21  |  429b  |  23 lines

  1. on mouseDown
  2.   put "ContinueBTN" into f
  3.   put "ContinueBTNHL" into fHL
  4.   hiliter 23, f, fHL
  5.   puppetsound "button.aif"
  6.   updatestage
  7. end MouseDown
  8.  
  9. on mouseUp
  10.   global theMovieName, g11A, Cclub, g03A
  11.   
  12.   if theMovieName = "P04D11A.MOV" then
  13.     set CClub = "c"
  14.     set g11A = "x"
  15.   end if
  16.   
  17.   if theMovieName = "P13D03A.MOV" then
  18.     set CClub = "s"
  19.     set g03A = "x"
  20.   end if
  21.   GameContinue
  22. end mouseUp
  23.